Welcome![Sign In][Sign Up]
Location:
Search - numerical integration c code

Search list

[Mathimatics-Numerical algorithmsNumerical-integration-method

Description: 提供了6种数值积分方法的c++代码实现: 1 梯形求积法(TRAPZD->QTRAP); 2 辛普森(Simpson)求积法(QSIMP); 3 龙贝格(Romberg)求积法(QROMB); 4 反常积分(MIDPNT, MIDINF, MIDSQL, MIDEXP->QROMO); 5 高斯求积法(QGAUS, GAULEG); 6 三重积分(QUAD3D)-offers six methods of numerical integration c code to achieve : a trapezoid Quadrature (TRAPZD -
Platform: | Size: 5494 | Author: ldg | Hits:

[Other resourcekexuejisuanchengxu

Description: 《科学工程计算C语言算法》一书代码。C语言编写。均写成函数形式,可以直接调用。包括数值微分、数值积分、插值、方程求解等数值算法。-"scientific engineering calculation algorithm C language," a code book. C language. Functions were written form can be called directly. Including numerical differentiation, numerical integration, interpolation, equation solving numerical algorithms.
Platform: | Size: 590096 | Author: yyy | Hits:

[Mathimatics-Numerical algorithmsNumerical-integration-method

Description: 提供了6种数值积分方法的c++代码实现: 1 梯形求积法(TRAPZD->QTRAP); 2 辛普森(Simpson)求积法(QSIMP); 3 龙贝格(Romberg)求积法(QROMB); 4 反常积分(MIDPNT, MIDINF, MIDSQL, MIDEXP->QROMO); 5 高斯求积法(QGAUS, GAULEG); 6 三重积分(QUAD3D)-offers six methods of numerical integration c code to achieve : a trapezoid Quadrature (TRAPZD-
Platform: | Size: 5120 | Author: ldg | Hits:

[Algorithmkexuejisuanchengxu

Description: 《科学工程计算C语言算法》一书代码。C语言编写。均写成函数形式,可以直接调用。包括数值微分、数值积分、插值、方程求解等数值算法。-"scientific engineering calculation algorithm C language," a code book. C language. Functions were written form can be called directly. Including numerical differentiation, numerical integration, interpolation, equation solving numerical algorithms.
Platform: | Size: 589824 | Author: yyy | Hits:

[AlgorithmD3

Description: visual c++查过能用数值算法 附带光盘里面的源代码,数值积分-visual c++ checked numerical algorithm can be used with CD-ROM attached inside the source code, numerical integration
Platform: | Size: 4096 | Author: candy | Hits:

[Mathimatics-Numerical algorithmsnumerical-value-integral

Description: 这是一个用编程实现的一个数值积分的c语言代码,只要输入积分函数和积分的上下界,就可以快速积分结果。速度非常快,很不错的,大家可以拿去做成应用软件!-This is a program used to achieve a numerical integration of the c language code, as long as the input function and integral integral upper and lower bounds can be the result of rapid integration. Very fast, very good, we can take into application software!
Platform: | Size: 1024 | Author: 孟繁荣 | Hits:

[AlgorithmLiner

Description: 线性数值积分c++代码已通过上机验证适合于数值计算学习者编程欢迎下载-Linear numerical integration c++ Code has passed the validation machine is suitable for numerical calculation programming learners welcome to download
Platform: | Size: 1024 | Author: 周剑 | Hits:

[AlgorithmScienceAndEngineeringNumericalAlgorithms

Description: 该代码是《科学与工程数值算法》(visual C++实现)一书中的源代码,里面包括常见的数值算法的实现,主要包括复数运算、矩阵运算、线性方程组的求解、非线性方程组的求解以及差值和数值积分的实现。-The code is " Science and Engineering, Numerical Algorithms" (visual C++ to achieve) the book' s source code, which include the common realization of numerical algorithm, including complex calculations, matrix operations, linear equations, nonlinear equations, as well as the margin and the achievement of numerical integration.
Platform: | Size: 1182720 | Author: 王伟 | Hits:

[Mathimatics-Numerical algorithmsNumericalAlgorithm

Description: 数值计算方法中部分重要算法的C语言代码实现程序。内容包括解非线性方程的迭代方法、矩阵分解的直接方法、插值法、数值积分-Numerical calculation method, some important algorithms in C language code implementation procedures. Includes iterative method for solving nonlinear equations, matrix decomposition of the direct method, interpolation method, numerical integration, etc.
Platform: | Size: 20480 | Author: 黄旭 | Hits:

[AlgorithmSYStestNew

Description: C source code for numerical integration and system simulation using the Runge–Kutta methods
Platform: | Size: 1024 | Author: cpeliuj | Hits:

[VC/MFCC_book_source_code

Description: 常用算法程序集(C语言描述)(第三版)+源代码 針對工程中常用的行之有效的算法而編寫,其主要內容包括多項式的計算、複數運算、隨機數的產生、矩陣運算、矩陣特徵值與特徵向量的計算、線性代數方程組的求解、非線性方程與方程組的求解、插值與逼近、數值積分、常微分方程組的求解、數據處理、極值問題的求解、數學變換與濾波、特殊函數的計算、排序和查找。 -Commonly used algorithm assembly (C language description) (Third Edition)+ source code commonly used in engineering and the preparation of effective algorithms, the main contents include the calculation of polynomials, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector computation, linear algebra equations, nonlinear equations and equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, extreme problem solving, mathematical transform and filtering, the calculation of special functions, sorting and searching.
Platform: | Size: 6667264 | Author: akun | Hits:

[AlgorithmNumericalAnalysisByVC

Description: C语言描述的各种计算方法的代码,包括线性,非线性方程组,插值,微分方程,数值积分等常用算法。-C language description of the code of various calculation methods, including linear, nonlinear equations, interpolation, differential equations, numerical integration and other commonly used algorithms.
Platform: | Size: 149504 | Author: Fei Mao | Hits:

[Algorithm005

Description: 常用的数值计算C代码,包括共轭梯度法、单纯形法、数值积分、最小二乘、最速下降法等。-C code commonly used in numerical calculation, including the conjugate gradient method, simplex method, numerical integration, least squares, steepest descent method.
Platform: | Size: 16384 | Author: Snake | Hits:

[AlgorithmNumericalRecipesinCWilliam.H

Description: 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。这些程序可在不同计算机的C语言编程环境下运行。 -Book written more than 300 practical and effective numerical algorithm C language program. The contents include: solving linear equations, inverse matrix and determinant computation, polynomial and rational function interpolation and extrapolation, integration and valuation functions, special functions, numerical computation, random number generation, non- linear equations, Fourier transform and FFT, spectral analysis and wavelet transform, statistical description and data modeling, solving ordinary differential equations and partial differential equations, linear prediction and linear predictive coding, digital filtering, Gray code and arithmetic codes. The book is rich in content, structured, is a rare numerical calculations on C language program Daquan. Each chapter in this book are discussed topics related to mathematical analysis, discussion and comparison of algorithms, and algorithm implementation techniques, and gives the standard C language utility. These procedures can be in
Platform: | Size: 40422400 | Author: 何夕 | Hits:

[CSharpcSharp-numerical-integration

Description: 用c#实现各类数值积分的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of numerical integration, supporting the book as " C# numerical algorithm programming"
Platform: | Size: 237568 | Author: 许从 | Hits:

[Mathimatics-Numerical algorithmsAdaptive-numerical-integration_C_swf

Description: 自适应数值积分算法:C语言源码,同时包含Flash制作的算法动态演示swf文件,观演可直示差值算法的执行过程。-Adaptive numerical integration algorithm:C Source Code, swf Dynamic demonstration.
Platform: | Size: 18432 | Author: 冯亮 | Hits:

[Mathimatics-Numerical algorithmsVariable-step-integration_C_swf

Description: 变步长数值积分算法:C语言源码,同时包含Flash制作的算法动态演示swf文件,观演可直示差值算法的执行过程。 -Variable step numerical integration algorithm: C Source Code, swf dynamic demonstration.
Platform: | Size: 18432 | Author: 冯亮 | Hits:

[Algorithmtixingjifen

Description: 定积分的数值积分的梯形积分法的c++语言代码- Numerical integration of the definite integral of the trapezoidal integral method of c++ language code
Platform: | Size: 1024 | Author: lijiangcheng | Hits:

[Algorithminterval-integral

Description: 龙贝格法计算数值积分C语言代码。改代码本人亲自编写,代码执行效率高,使用时修改方便,注释详细。-Romberg method of numerical integration of the C language code. Personally written to change the code, code execution efficiency, when used to modify detailed notes.
Platform: | Size: 1024 | Author: ahui | Hits:

[AlgorithmNumerical-Recipes

Description: 内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语言实用程序。-Include: solving linear equations, inverse matrix and determinant calculation, polynomial and rational function interpolation and extrapolation, integration and evaluation function, the numerical calculation of special functions, random number generation, nonlinear equations, Fourier transform and FFT, spectrum analysis and wavelet transform, statistical description and data modeling, ordinary differential equations and partial differential equations, linear prediction and linear predictive coding, digital filtering, Gray code, and arithmetic codes. The book is rich in content, structured, is a C language program related numerical rare Encyclopedia. Each chapter in this book are about the topics discussed in the mathematical analysis, discussion and comparison algorithm, and the algorithm implementation techniques, and gives the standard C language utility.
Platform: | Size: 399360 | Author: Zhao Jinwei | Hits:
« 12 »

CodeBus www.codebus.net